body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #005bac;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
    background-color: #005bac;
    color: white;
}

*::-moz-selection {
    background-color: #005bac;
    color: white;
}

*::-webkit-selection {
    background-color: #005bac;
    color: white
}

input::-webkit-input-placeholder { 
	color: #FFFFFF; 
}
input:-moz-placeholder{ 
	color: #FFFFFF; 
}
input:-ms-input-placeholder{ 
	color: #FFFFFF; 
}
input:placeholder{ 
	color: #FFFFFF; 
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #aaaaaa;
    opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #d80d18;
}
@font-face {
  	font-family: "HelveticaNeueLTStd-UltLt";
  	src: url("../fonts/HelveticaNeueLTStd-UltLt.otf") format("opentype");
}
@keyframes huxi{
	0{transform: scale(1);}
	50%{transform: scale(0.95);}
	100%{transform: scale(1);}
}
@-moz-keyframes huxi{
	0{transform: scale(1);}
	50%{transform: scale(0.95);}
	100%{transform: scale(1);}
}
@-ms-keyframes huxi{
	0{transform: scale(1);}
	50%{transform: scale(0.95);}
	100%{transform: scale(1);}
}
@-webkit-keyframes huxi{
	0{transform: scale(1);}
	50%{transform: scale(0.95);}
	100%{transform: scale(1);}
}
/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 1199px) {
	body {
		font-size: 14px;
	}
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (max-width: 991px) {
	.container{
		width: 688px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
	.container{
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 1250px) {
	body {
		font-size: 16px;
	}
	.container{
		width: 1130px;
		padding: 0;
	}
}
@media (min-width: 1500px) {
	.container{
		width: 1440px;
	}
}
/*头部公共样式 star star star*/
header{
	width: 100%;
	height: 65px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #FFFFFF;
}
.header_roll {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
header .header_logo{
	display: block;
	width: 111px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 90px;
	top: 10.5px;
}
header .header_logo img{
	display: block;
	width: 100%;
}
header .header_logo img:nth-of-type(1) {
	display: none;
}
.header_click .header_logo img:nth-of-type(1) {
	display: none !important;
}
.header_click .header_logo img:nth-of-type(2) {
	display: block !important;
}
.header_roll .header_logo img:nth-of-type(1) {
	display: none !important;
}
.header_roll .header_logo img:nth-of-type(2) {
	display: block !important;
}
.header_menu{
	width: 840px;
	height: 44px;
	overflow: hidden;
	margin: 10.5px auto;
}
.header_menu a{
	display: block;
	float: left;
	width: auto;
	height: 44px;
	color: #333333;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	margin-right: 35px;
}
.header_menu a:hover{
	color: #d70d18;
}
.header_menu a.menuNow{
	color: #d70d18;
	font-weight: bold;
}
.header_roll .header_menu a.menuNow{
	color: #d70d18;
}
.header_menu a:last-of-type{
	margin: 0;
}
header .header_right{
	display: block;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 90px;
	top: 10.5px;
}
header .header_right a{
	display: block;
	float: right;
	font-size: 14px;
	line-height: 44px;
	font-family: arial;
	color: #666666;
}
header .header_right .header_search{
	float: right;
	margin-left: 25px;
}
header .header_right .header_search span{
	font-size: 18px;
	color: #666666;
	cursor: pointer;
}
header .header_right .header_search input{
	display: block;
	width: 240px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	display: none;
}
header .header_menuIcon {
	width: 100px;
	height: 44px;
	line-height: 44px;
	float: right;
	font-size: 24px;
	color: #004098;
	margin: 10.5px 15px 10.5px 0;
}
header .header_menuIcon span{
	display: block;
	width: 48px;
	height: 44px;
	line-height: 42px;
	float: left;
}
header .header_menuIcon .header_menuImg{
	width: 33px;
	height: 44px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
header .header_menuIcon .header_menuImg img{
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
}
header .header_menuIcon .header_menuImg img:nth-of-type(2){
	display: none;
}
.header_click .header_menuIcon{
	color: #004098 !important;
}
.header_click .header_menuIcon .header_menuImg img:nth-of-type(1){
	display: block;
}
.header_click .header_menuIcon .header_menuImg img:nth-of-type(2){
	display: none;
}
@media only screen and (max-width: 1199px) {
	.header_menu {
	    width: 650px;
	}
	.header_menu a {
		margin-right: 20px;
		font-size: 14px;
	}
	header .header_logo {
	    left: 25px;
	}
	header .header_right {
	    right: 25px;
	}
	header .header_menuIcon {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	header {
		overflow: visible;
	}
	header .header_logo {
		z-index: 110;
	}
	.header_menu {
		width: 100%;
		background-color: #FFFFFF;
		position: fixed;
		top: 0;
		left: -100%;
		margin: 0;
		padding: 120px 100px 0;
		z-index: 100;
		transition: all 1s;
	}
	.header_click .header_menu {
		left: 0;
	}
	.header_menu a {
		float: none;
	    margin: 0;
	    height: 60px;
	    line-height: 60px;
	    font-size: 24px;
	    text-align: left;
	}
	header .header_menuIcon {
		display: block;
		position: relative;
		z-index: 110;
	}
	header .header_right {
		position: relative;
		right: 0;
	}
	header .header_right a{
		color: #666666 !important;
		float: none;
		font-size: 24px;
	}
	header .header_right .header_search {
		width: 270px;
		height: 44px;
		float: none;
		margin: 0 0 10px;
	}
	header .header_right .header_search input{
		display: block;
		border-radius: 5px;
		box-shadow: none;
		padding: 0 0 0 10px;
	}
	header .header_right .header_search span {
	    color: #666666 !important;
	    float: right;
	    line-height: 44px;
	}
}
@media only screen and (max-width: 767px) {
	header{
		height: 60px;
	}
	.header_menu {
		padding: 80px 40px 0;
		z-index: 100;
		transition: all 1s;
	}
	.header_menu a {
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	header .header_right {
	    height: 34px;
	    line-height: 34px;
	    top: 10px !important;
	}
	header .header_right .header_search {
	    width: 245px;
	    height: 34px;
	}
	header .header_right .header_search input {
	    width: 220px;
	    height: 34px;
	}
	header .header_right .header_search span {
	    line-height: 34px;
	}
	header .header_right a {
	    font-size: 16px;
	}
	header .header_menuIcon {
		width: 60px;
	    margin: 8px 14px 8px 0;
	    font-size: 16px;
	}
	header .header_menuIcon .header_menuImg{
		width: 22px;
		margin-left: 5px;
	}
	header .header_menuIcon .header_menuImg img{
		width: 22px;
		margin-top: -5px;
	}
	header .header_menuIcon span {
	    display: block;
	    width: 32px;
	    height: 44px;
	    line-height: 42px;
	    float: left;
	}
}
@media only screen and (min-width: 1250px) {
	.header_menu {
	    width: 720px;
	}
	.header_menu a{
		margin-right: 20px;
	}
	header .header_menuIcon{
		display: none;
	}
}
@media only screen and (min-width: 1500px) {
	.header_menu {
	    width: 840px;
	}
	.header_menu a {
	    margin-right: 35px;
	}
}
/*公共底部样式部分*/
footer{
	width: 100%;
	overflow: hidden;
}
footer .footer_contact{
	width: 1200px;
	padding: 55px 0 65px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.footer_contact h1{
	font-size: 36px;
	line-height: 50px;
	margin: 0 0 40px;
}
.footer_contact ul{
	width: 100%;
	overflow: hidden;
}
.footer_contact ul li{
	width: 33.33%;
	overflow: hidden;
	float: left;
}
.footer_contact ul li img{
	margin-bottom: 25px;
}
.footer_contact ul li h4{
	color: #252525;
	font-size: 14px;
	margin-bottom: 20px;
}
.footer_contact ul li p{
	font-size: #646464;
	font-size: 12px;
}
footer .footer_menu{
	width: 100%;
	overflow: hidden;
	padding: 23px 0 22px;
	background-color: #004098;
}
footer .footer_menu .container>a{
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	padding: 0 20px;
	border-left: 1px solid #FFFFFF;
}
footer .footer_menu .container>a:nth-of-type(1){
	border: none;
	padding: 0 20px 0 0;
}
footer .footer_menu p{
	float: right;
	color: #FFFFFF;
	font-size: 12px;
}
footer .footer_menu p a{
	color: #FFFFFF;
}
footer .footer_bottom{
	width: 100%;
	overflow: hidden;
	padding: 27px 0 26px;
	background-color: #252525;
}
footer .footer_bottom img{
	float: right;
}
footer .footer_bottom p{
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 5px 0 0;
}
footer .footer_bottom p a{
	color: #FFFFFF;
}
footer a:hover{
	color: #d80d18 !important;
}
@media only screen and (max-width: 1199px) {
	footer .footer_contact{
		width: 100%;
		margin: 0;
	}
	.footer_bottom br:first-of-type{
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	footer .footer_contact{
		display: none;
	}
	footer .footer_menu {
	    display: none;
	}
	.footer_bottom br:first-of-type{
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	footer .footer_bottom{
		text-align: center;
		padding: 15px 0 20px;
	}
	.footer_bottom img{
		display: none;
	}
	footer .footer_bottom p{
		width: 100%;
	}
}
@media only screen and (min-width: 1250px) {
	.footer_bottom br:first-of-type{
		display: none;
	}
}
@media only screen and (min-width: 1500px) {
	
}
/*顶部图片样式*/
.banner_common{
	width: 100%;
	height: 425px;
	overflow: hidden;
	margin: 65px 0 0;
}
.banner_common h1{
	font-size: 55px;
	font-weight: bold;
	margin: 85px 0 10px;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.banner_common h1 span{
	font-weight: normal;
}
.banner_common h3{
	font-size: 26px;
}
@media only screen and (max-width: 1249px) {
	.banner_common{
		height: 325px;
	}
	.banner_common h1{
		font-size: 46px;
		margin: 65px 0 10px;
	}
}
@media only screen and (max-width: 991px) {
	.banner_common{
		height: 275px;
	}
	.banner_common h1{
		font-size: 36px;
		margin: 50px 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.banner_common{
		height: 205px;
		margin: 60px 0 0;
	}
	.banner_common h1{
		font-size: 28px;
		margin: 40px 0 10px;
	}
	.banner_common h3{
		font-size: 16px;
	}
}
